Bug 3307: Remove an if that might break timezone
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Sep 2005 21:04:48 +0000 (21:04 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Sep 2005 21:04:48 +0000 (21:04 +0000)
includes/UserMailer.php

index d032cc2..fd87388 100644 (file)
@@ -347,10 +347,7 @@ class EmailNotification {
                $body = str_replace( '$WATCHINGUSERNAME', $watchingUser->getName() , $this->body );
 
                $timecorrection = $watchingUser->getOption( 'timecorrection' );
-               if( !$timecorrection ) {
-                       # fail safe - I prefer it. TomGries
-                       $timecorrection = '00:00';
-               }
+               
                # $PAGEEDITDATE is the time and date of the page change
                # expressed in terms of individual local time of the notification
                # recipient, i.e. watching user